home *** CD-ROM | disk | FTP | other *** search
/ MACD 5 / MACD 5.bin / workbench / boot / czesc_2 / sm / s / startup-sequence_os2 < prev    next >
Text File  |  1992-09-02  |  611b  |  19 lines

  1. ; Customised startup-sequence for Startup-menu (OS2)
  2.  
  3. C:SetPatch QUIET                      ; Patch some bugs
  4. C:Assign >NIL: ENV: RAM:              ; Assign ENV:, Diskfont library requires this
  5. C:Assign >NIL: T: RAM:
  6.  
  7. if exists sys:Monitors                ; Active all monitors
  8.     join >NIL: sys:monitors/~(#?.info) as t:mon-start
  9.     execute t:mon-start               ; so that you can get any screenmode
  10.     delete >NIL: t:mon-start
  11. endif
  12.  
  13. Failat 20
  14. C:Startup-Menu                        ; 'execute' SM
  15. IF WARN
  16.  execute >NIL: S:Startup-sequence.SMOLD ; what to execute if an error occurs
  17. ENDIF
  18. endcli >NIL:
  19.